home *** CD-ROM | disk | FTP | other *** search
- if(munchcount eq "1")
- {
- score += "200";
- feedback = "200";
- tellTarget("/dot/countmunch")
- {
- gotoAndPlay(2);
- }
- }
- else if(munchcount eq "2")
- {
- feedback = "400";
- score += "400";
- tellTarget("/dot/countmunch")
- {
- gotoAndPlay(2);
- }
- }
- else if(munchcount eq "3")
- {
- feedback = "800";
- score += "800";
- tellTarget("/dot/countmunch")
- {
- gotoAndPlay(2);
- }
- }
- else if(munchcount eq "4")
- {
- score += "1600";
- feedback = "1600";
- tellTarget("/dot/countmunch")
- {
- gotoAndPlay(2);
- }
- }
-